home *** CD-ROM | disk | FTP | other *** search
- win32.txt - Readme for the Python Win32 Extensions (build 125)
- --------------------------------------------------------------
- This installation will not change your "Start Menu" or desktop in any
- way. This installation simply makes the extensions available to an
- existing Python installation.
-
- Seeing as Microsoft Visual Source Safe and Python work so well together,
- I have automated part of the build process. The build number at the top
- of this file, the "version" in PyWinTypes.dll, and the log below, have
- been generated from a Python script.
-
- Recent Changes:
- ---------------
- Mon May 03 17:21:54 1999 Labeled '125'
- Sat May 01 16:48:08 1999 PySecurityObjects.h
- Explitictly exclude CE (the compiler and linker shit me sometimes :-)
- Tue Apr 27 12:24:48 1999 win32event.i
- Confusing parameter swap - the names of the params (and hence the autoduck) were in the wrong order.
- Tue Apr 27 11:31:22 1999 win32con.py
- A few new constants.
- Tue Apr 27 11:00:00 1999 win32security.i
- Autoduck, and add constructors for the pywintypes security objects.
- Tue Apr 27 10:59:34 1999 win32rasmodule.cpp
- Autoduck, and RasDial changes to support window message posting.
- Tue Apr 27 10:58:44 1999 win32process.i
- Change some Bstr usage to WCHAR for Windows CE.
- Tue Apr 27 10:58:14 1999 win32netmodule.cpp
- Huge changes.
- Tue Apr 27 10:57:50 1999 win32apimodule.cpp
- Add LoadCursor to pair with SetCursor.
- Tue Apr 27 10:57:28 1999 PyWinTypesmodule.cpp
- Add SECURITY_DESCRIPTOR constructor.
- Tue Apr 27 10:57:12 1999 PyWinTypes.h
- CE changes and security object signature changes.
- Tue Apr 27 10:56:10 1999 PyTime.cpp
- Windows CE changes.
- Tue Apr 27 10:55:48 1999 PySID.cpp
- Allow simple SIDS to be created more simply.
- Tue Apr 27 10:55:06 1999 PySecurityObjects.h
- Few changes to the security objects.
- Tue Apr 27 10:54:40 1999 PySECURITY_DESCRIPTOR.cpp
- Allow the size of a SECURITY_DESCRIPTOR to be specified. Autoduck changes.
- Tue Apr 27 10:53:26 1999 PyACL.cpp
- Autoduck
- Sun Mar 28 23:37:28 1999 Labeled '124'
- Sun Mar 28 14:40:06 1999 win32security.i
- Added GetFileSecurity and family.
- Sun Mar 28 14:39:20 1999 PyWinTypesmodule.cpp
- Changes for new Unicode experiments.
- Sun Mar 28 14:38:52 1999 PyWinTypes.h
- Quite a few Unicode changes, and drop BSTRs for WCHARs in come cases.
- Sun Mar 28 13:58:14 1999 PyWinObjects.h
- Change to Unicode experiments.
- Sun Mar 28 13:54:46 1999 PyUnicode.cpp
- Changes to move towards the PyUnicode object.
- Sun Mar 28 13:53:38 1999 PyTime.cpp
- Small CE change.
- Sun Mar 28 13:53:24 1999 PySecurityObjects.h
- Changes in internals of SD.
- Sun Mar 28 13:53:04 1999 PySECURITY_DESCRIPTOR.cpp
- Beefed up support.
- Sun Mar 28 13:52:40 1999 PyLARGE_INTEGER.cpp
- Change exported symbol names to help with LONGLONG support.
- Sun Mar 28 13:51:26 1999 dbi.h
- Changes to build against 1.5.2 sources.
- Sun Feb 28 19:09:10 1999 win32service.i
- Autoduck fixes.
- Sun Feb 28 19:08:58 1999 win32apimodule.cpp
- Autoduck fixes.
- Sun Feb 28 19:08:52 1999 PyUnicode.cpp
- PyString_FromUnicode works with NULL strings!
- Sun Feb 28 12:04:48 1999 PyWinObjects.h
- Reinstate PyUnicode_FromRaw for CE.
- Sun Feb 28 12:04:44 1999 PyUnicode.cpp
- Reinstate PyUnicode_FromRaw for CE.
- Sun Feb 28 12:04:18 1999 PyPerfMon.cpp
- Autoduck changes.
- Sun Feb 28 12:04:02 1999 PerfObjectType.cpp
- Autoduck changes.
- Sun Feb 28 12:03:42 1999 PerfCounterDefn.cpp
- Autoduck changes.
- Sun Feb 28 12:03:18 1999 MappingManager.cpp
- Autoduck changes
- Thu Feb 25 00:36:16 1999 win32evtlogutil.py
- Wasnt honouring the waitFlags param.
- Thu Feb 25 00:35:26 1999 win32serviceutil.py
- LocatePythonServiceExe no longer quotes result (callers do!). Minor bugs. QueryServiceStatus now can talk to other machines.
- Thu Feb 25 00:33:36 1999 win32service.i
- New service API wrappers from Curt Hagenlocher.
- Thu Feb 25 00:33:08 1999 win32process.i
- CE changes, and support environment for CreateProcess.
- Thu Feb 25 00:31:26 1999 win32netmodule.cpp
- Nearly rewritten by Scott Cothrel.
- Thu Feb 25 00:29:10 1999 win32file.i
- Changes for CE.
- Thu Feb 25 00:26:22 1999 win32event.i
- Changes for CE.
- Thu Feb 25 00:25:42 1999 win32apimodule.cpp
- Fixed null terminate bug in registry, ExpandEnvironmentStrings on win95 doesnt always work, LoadLibraryEx stupid bug fixed.
- Thu Feb 25 00:22:10 1999 PyWinTypesmodule.cpp
- Changes for CE.
- Thu Feb 25 00:15:12 1999 PyWinTypes.h
- CE changes and a few new APIs.
- Thu Feb 25 00:06:30 1999 PyWinObjects.h
- Changes for CE.
- Thu Feb 25 00:06:16 1999 PyUnicode.cpp
- Changes for CE, and a couple of new APIs.
- Thu Feb 25 00:04:42 1999 PyTime.cpp
- Changes for CE.
- Thu Feb 25 00:02:40 1999 PythonService.cpp
- Free a potential leak when an error occurs.
- Thu Feb 25 00:02:10 1999 PySID.cpp
- Not available on CE.
- Thu Feb 25 00:01:56 1999 PySECURITY_DESCRIPTOR.cpp
- Not available on CE.
- Thu Feb 25 00:01:38 1999 PySECURITY_ATTRIBUTES.cpp
- Support CE.
- Thu Feb 25 00:01:06 1999 PyLARGE_INTEGER.cpp
- Needed a cast for correct conversion.
- Wed Feb 24 23:59:10 1999 PyIID.cpp
- Unicode and other changes for CE.
- Wed Feb 24 23:58:30 1999 PyHANDLE.cpp
- Unicode changes for CE.
- Wed Feb 24 23:57:14 1999 PyACL.cpp
- Exclude for MS_WINCE
- Wed Feb 24 23:56:58 1999 odbc.cpp
- Autoduck addition.
- Sat Dec 05 19:30:16 1998 Labeled '123'
- Sat Dec 05 18:14:02 1998 win32apimodule.cpp
- Added WriteProfileSection.
- Sat Dec 05 18:13:46 1998 verstamp.py
- Changes to function params.
- Sun Nov 22 13:48:26 1998 ddeclient.py
- More samples from Jeff Kunce
- Sun Nov 22 13:48:26 1998 ddeserver.py
- More samples from Jeff Kunce
- Sat Nov 21 14:24:36 1998 win32apimodule.cpp
- Plug a leak in FindFiles.
- Fri Oct 09 14:23:06 1998 win32apimodule.cpp
- Added ExitWindows/ExitWindowsEx
- Fri Oct 09 14:22:42 1998 PyUnicode.cpp
- Remove another alloca() as large strings blew up!
- Tue Sep 29 20:42:06 1998 Labeled '122'
- Tue Sep 29 20:31:04 1998 win32evtlogutil.py
- Remove unused 'eventLogType' param
- Tue Sep 29 20:30:36 1998 eventLogDemo.py
- Allow dumping of other logs.
- Tue Sep 29 14:41:30 1998 win32apimodule.cpp
- Autoduck.
- Tue Sep 29 12:50:02 1998 win32pdhmodule.cpp
- Missing ';'
- Tue Sep 29 12:49:12 1998 win32file.i
- Fix autoduck, and copied GetOverlappedResult from win32pipe.
- Tue Sep 29 12:48:38 1998 win32evtlog.i
- Support SID objects in ReportEvent.
- Tue Sep 29 12:48:20 1998 win32event.i
- MsgWaitForMultipleObjectsEx re-appears.
- Tue Sep 29 12:47:54 1998 win32apimodule.cpp
- Added Get/SetStdHandle, and call correct handle close function in FindFiles, and handle empty string bug.
- Tue Sep 29 12:46:42 1998 PyWinTypesmodule.cpp
- Few comments and error handling bug fix.
- Tue Sep 29 12:46:20 1998 PyLARGE_INTEGER.cpp
- Patches from Greg.
- Tue Sep 29 12:46:08 1998 PyHANDLE.cpp
- Fix "BOOL" vs "DWORD" checking.
- Tue Sep 29 12:45:44 1998 win32traceutil.py
- Dumb bug catching exceptions.
- Tue Sep 29 12:45:22 1998 win32evtlogutil.py
- Add support for SID.
-